
H1 {
  text-align: center;
  font-family: sans-serif;
  font-size: xx-large;
  color: #83993F;
  font-weight: bold;
}

H2 {
  font-family: sans-serif;
  font-size: x-large;
  color: #83993F;
}

DIV {
  font-family: sans-serif;
}

LI {
  padding-top: 5px;
}

.menu {
  text-decoration: none;
  color: olive;
  border-top: #83993F solid;
  padding-top: 2pt;
  padding-right: 2pt;
  padding-left: 2pt;
  padding-bottom: 2pt;
  border-right: #83993F solid;
  border-bottom: #83993F solid;
  border-left: #83993F solid;
}

.sous-menu {
  text-decoration: none;
  color: olive;
  border-top: #83993F solid;
  padding-top: 2pt;
  padding-right: 2pt;
  padding-left: 2pt;
  padding-bottom: 2pt;
  border-right: #83993F solid;
  border-bottom: #83993F solid;
  border-left: #83993F solid;
}

H3 {
  font-family: sans-serif;
  color: #83993F;
}

H4 {
  font-family: sans-serif;
  color: #83993F;
}

.lien {
  font-style: normal;
  text-decoration: none;
  color: maroon;
  font-variant: normal;
  font-weight: bolder;
}

.lignecontact {
  padding-top: 5pt;
  padding-bottom: 5pt;
}

.para {
  margin-bottom: 5pt;
  font-family: sans-serif;
  color: #666666;
  padding-left: 15pt;
}

BODY {
  background-image: url(images/PleinEcran2.jpg);
  background-repeat: repeat-x;
}

.text-over {
  color: white;
  font-size: larger;
  position: absolute;
  left: 250px;
  top: 150px;
  text-shadow: 2px;
  width: 500px;
}

.container {
  max-width: 400px;
  background-color: black;
  text-align: center;
  position: relative;
  margin-top: 0pt;
  margin-bottom: 0pt;
}

.container div {
  background-color: white;
  width: 100%;
  display: inline-block;
  display: none;
}

.container img {
  width: 100%;
  height: auto;
}

button {
  position: absolute;
}

.next {
  right: 5px;
}

.prev {
  left: 5px;
}

.sub-body {
  background-color: #FFFFFF;
}

.lien-sous-menu {
  font-family: sans-serif;
  color: black;
  text-decoration: none;
  font-size: 11pt;
}

.sous-titre-rubrique {
  color: #0C82AA;
  font-size: 12pt;
  font-family: sans-serif;
  padding-top: 8pt;
  padding-bottom: 8pt;
  padding-left: 15pt;
}

.sous-sous-titre-rubrique {
  color: #0C82AA;
  font-size: 9pt;
  font-family: sans-serif;
  font-weight: bold;
}

.formsmall {
  font-size: x-small;
}

.liste {
  padding-left: 10pt;
  font-style: italic;
  list-style-type: square;
}
